toStrictlyNegativeInt

@SinceKotoolsTypes(version = "1.1")
fun Int.toStrictlyNegativeInt(): Result<StrictlyNegativeInt>

Returns this integer as an encapsulated StrictlyNegativeInt, or returns an encapsulated IllegalArgumentException if this integer is positive.